home *** CD-ROM | disk | FTP | other *** search
- Path: newsfeed.tip.net!usenet
- From: mats@plea.se (Mats Magnusson)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Datatype write method?
- Date: 4 Feb 1996 06:14:50 GMT
- Organization: Uniplus Internet Access
- Message-ID: <561.6607T50T157@plea.se>
- References: <skypalaj.53.821757187@mat-infnw.upol.cz>
- NNTP-Posting-Host: beatles.plea.se
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
-
- >>Hmm but who controls what format it is saved in?
- >>Multiview/save function should have a listview or something for formats?
-
- >It should. I expect it just calls the write method of the datatype and
- >because most of them don't recognize this method they just pass it to the
- >superclass. So it gets into picture.datatype (and is saved as ILBM),
- >text.datatype (and is saved as plain ascii) etc.
-
- Well, as multiview doesn't have a way of selecting save format, ILBM is
- bettar than saving a picture in the same format that it was in, maybe in
- fewer colors, but...
-
-